lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

HTML5 & W3C.md (1014B)


      1 +++
      2 title = 'HTML5 & W3C'
      3 +++
      4 # HTML5 & W3C
      5 initially, HTML was simple, but people began adding anything they could
      6 
      7 each browser had different features — led to Balkanization, where each browser would e.g. only render a specific format image
      8 
      9 ## enter the W3C (World Wide Web Consortium)
     10 the 'web parliament', a standards body
     11 
     12 mission is to make the Web "available to all people (no matter hardware/software/network infrastruct/language/culture/location/physical or mental ability)"
     13 
     14 made up of ~400 academic, non-profit, and corporate organisations (e.g. Google, MS, Facebook)
     15 
     16 first tried to develop HTML into XHTML2, but fucked up
     17 eventually accepted WHATWG's approach with HTML5
     18 
     19 ## a unified markup language — HTML(5)
     20 initially, HTML — a bunch of tags to dictate format
     21 
     22 HTML5 includes audio, video, pictures, words, headlines, citations, canvases, 3D graphics, email, etc.
     23 
     24 can be validated against the W3C recommendation
     25 
     26 first developed by WHATWG (Web Hypertext App Tech Working Group), then W3C